You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced SetExpectedHash/Close hash validation pattern with explicit ValidateHash method; Close now only releases resources. Added SetMaxRecordSize to configure per-record allocation limit (default 64MB) (#5900)
Security Fixes
Fixed InputLen() guard bypass in streaming XDR decoders (#5905)
strkey: Fixed panic on invalid payload length in DecodeSignedPayload (#5909)
keypair: Fixed panic on invalid payload length in ParseAddress (#5908)
New Features
rpcclient: Added PollTransaction with exponential backoff (#5876)
support/datastore: Added filesystem datastore support (#5892)
historyarchive: Added size bound to GetPathHAS to prevent resource exhaustion (#5918)
New Features
xdr: Added SafeUnmarshalBase64WithOptions and regenerated with output size tracking (#5916)
[0.2.0]
Breaking Changes
Replaced SetExpectedHash/Close hash validation pattern with explicit ValidateHash method; Close now only releases resources. Added SetMaxRecordSize to configure per-record allocation limit (default 64MB) (#5900)
Security Fixes
Fixed InputLen() guard bypass in streaming XDR decoders (#5905)
strkey: Fixed panic on invalid payload length in DecodeSignedPayload (#5909)
keypair: Fixed panic on invalid payload length in ParseAddress (#5908)
New Features
rpcclient: Added PollTransaction with exponential backoff (#5876)
support/datastore: Added filesystem datastore support (#5892)
Commits
a445f0c Merge protocol-next (P26) back to main (#5930)
cbd4462 support/datastore: Fix ListFilePath for datastore bucket with no prefix (#5923)
f1af90e Update changelog for v0.3.0 release (#5920)
580bf40 historyarchive: add size bound to GetPathHAS to prevent resource exhaustion (...
685d414 xdr: add SafeUnmarshalBase64WithOptions and regenerate with output size track...
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
jkongie
deleted the
dependabot/go_modules/github.com/stellar/go-stellar-sdk-0.4.0
branch
May 18, 2026 05:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filegoPull requests that update go code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/stellar/go-stellar-sdk from 0.1.0 to 0.4.0.
Release notes
Sourced from github.com/stellar/go-stellar-sdk's releases.
Changelog
Sourced from github.com/stellar/go-stellar-sdk's changelog.
Commits
a445f0cMerge protocol-next (P26) back to main (#5930)cbd4462support/datastore: Fix ListFilePath for datastore bucket with no prefix (#5923)f1af90eUpdate changelog for v0.3.0 release (#5920)580bf40historyarchive: add size bound to GetPathHAS to prevent resource exhaustion (...685d414xdr: add SafeUnmarshalBase64WithOptions and regenerate with output size track...7ec9065Update changelog for 0.2 release (#5915)8bc75d7Fix SetOpSourceAccount silently ignoring invalid source account errors (#5912)fa15bc7Reject invalid inputs in price utilities (#5907)9741e3fkeypair: validate payload length in ParseAddress to prevent panic (#5908)07a7277Fix InputLen() guard bypass in streaming XDR decoders (#5905)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)